home *** CD-ROM | disk | FTP | other *** search
- -- background: 2793 from stack: in
- -- bmap block id: 3100
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on idle
- global lastticks
- put the ticks into lastticks
- visual effect wipe right fast
- go next card of this background
- end idle
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=281 top=182 right=285 bottom=383
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve fast
- go card 7
- end mouseUp
-